refactor: remove landing page and documentation pages from frontend - #53
Merged
Merged
Conversation
Sbussiso
force-pushed
the
refactor/remove-landing-and-docs-pages
branch
2 times, most recently
from
July 4, 2026 21:51
7828765 to
02e8d5e
Compare
…ross codebase Remove the marketing landing page, documentation, pricing (kept), legal, and security pages from the frontend — they now live on the standalone website at sentinel-command.com (GitHub Pages). Rename the entire opensentry → sentinel brand across the codebase: - Fly app: opensentry-command → sentinel-command - FRONTEND_URL: opensentry-command.fly.dev → app.sentinel-command.com - Volume: opensentry_data → sentinel_data - Database: opensentry.db → sentinel.db - Package names: opensentry-backend/frontend → sentinel-backend/frontend - MCP server name: opensentry → sentinel - CI workflows: deploy.yml + backup.yml → sentinel-command - All install scripts, setup scripts, docs, runbooks 86+ replacements across 25+ files. Remaining 'opensentry' references are intentional: AGENTS.md brand-history note (grep-discoverability), test fixture URLs (opensentry.example.com), and historical Sentry alert IDs (OPENSENTRY-COMMAND-1). Deployed and verified live at app.sentinel-command.com.
Sbussiso
force-pushed
the
refactor/remove-landing-and-docs-pages
branch
from
July 4, 2026 23:28
02e8d5e to
4a78f29
Compare
Sbussiso
added a commit
that referenced
this pull request
Jul 5, 2026
PR #53 refactored the security.txt Policy: URL to point at the standalone sentinel-command.com site, leaving the old `base = (settings.FRONTEND_URL or "").rstrip("/")` assignment in `_build_security_txt` orphaned -- ruff F841 (local variable assigned but never used) then failed the 'Lint with ruff' step in the 'Test & Deploy' workflow (run #421). Remove the dead assignment. The `base` in `_build_canonical_url` (line 63, returned on line 64) is still used and untouched. Verified locally: `ruff check backend/app/api/well_known.py` -> All checks passed. Refs: GitHub Actions run 28723355198 Commit: 92d6f83 Co-authored-by: Hermes Coder <hermes-coder@noreply.local>
Sbussiso
referenced
this pull request
Jul 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Platform-only refactor — landing/docs now on sentinel-command.com
The marketing landing page, documentation, pricing, legal, and security pages now live on the standalone website at sentinel-command.com. This repo becomes the platform-only app (backend API + authenticated frontend).
Removed (35 files, ~10,900 lines)
Pages: LandingPage, DocsPage, PricingPage, LegalPage, SecurityPage, SentinelPage + entire
pages/docs/directory (22 doc .jsx files)Components: LandingNav, LandingFooter, PublicLayout, DocsDiagrams
Styles:
landing.css(2,500 lines)Tests: DocsPage.test.jsx, DocsDiagrams.test.jsx
Updated (5 files)
/redirects tohttps://sentinel-command.com/sentinel,/docs,/pricingnav links@importof deletedlanding.cssPolicy:URL now points atsentinel-command.com/security#vulnerability-disclosureWhat stays (the actual platform)
Verified
npm run build, 353ms, no errors)